Question : Is there any way to omit some records in mysql select statement and not deleting them? We can […]
Tag: record
How to get the column names of a RECORD?
Question : I have a function that declares: DECLARE r RECORD; The data on this record varies and at some […]
Change the row position of a record without messing anything else MySQL?
Question : Hi I would like to ask if there is a smart way to change the record position of […]
Difference between return next and return record
Question : What is the difference between RETURN NEXT and RETURN RECORD in PL/pgSQL? I find the manual quite confusing […]
What is the difference between a “record” and a “row” in SQL Server?
Question : There was a rather innocuous question about adding dates and times in SQL Server that set off a […]
Return both one value and one column from pl/pgsql function
Question : I wish my pl/pgsql function to go fetch and return two informations in my database in a single […]
SQL Server: ODBC Linked Server to Oracle does not return all rows
Question : Let’s say we have one SQL Server instance on one side: SQL Server 2008 R2 SP3 Oracle 11.2 […]