python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to SET NOCOUNT ON/OFF inside a Netezza stored procedure?
Based on NZ documentation, it seems NZSQL equivalent command NO_ROWCOUNT will suppress row count information. But how do I execute/apply it inside a NZ stored procedure?
I've tried to create and execu...
Megat Shamsul
Votes: 0
Answers: 0
Could not get next value from sequence in SQL SERVER
I am trying to get next value from sequence using the command in dbeaver, but getting this error
SQL Error [11739] [S0001]: NEXT VALUE FOR function cannot be used if ROWCOUNT option has been set, or t...
Abhishek
Votes: 0
Answers: 1
oracle 19c - row count is different using 2 different users - why?
Something very strange has happened since we migrated our schemas/database from 12c to 19c
When I insert records to a table and I check the row count
namely under my oracle user - say SMITH_J - I see ...
user1561783
Votes: 0
Answers: 1
Custom SQL Query in Tableau produces incorrect output when same query in SSMS runs as expected
I built SQL query that works as expected when I execute it in Microsoft SQL Server Management Studio, however when I use same query in Tableau (Custom SQL query), some columns (where aggregation was p...
Yara1994
Votes: 0
Answers: 2