Search
 
SCRIPT & CODE EXAMPLE
 

SQL

a query to determine the version of a database

Database 			query
---------			-------
Microsoft, MySQL	SELECT @@version
Oracle				SELECT * FROM v$version
PostgreSQL			SELECT version()
Comment

PREVIOUS NEXT
Code Example
Sql :: join creating duplicate columns sqllite 
Sql :: hoq to import database source 
Sql :: mysql export data with a where clause 
Sql :: alling a function from PL/SQL in a select statement in ORACLE 
Sql :: mysql page segment 
Sql :: how to change null display in psql 
Sql :: postgresql GRANT role_2 TO role_1 
Sql :: psql check if sql script is valid 
Sql :: Update All tables COLLATE DATABASE_DEFAULT 
Sql :: syntac for creating view in dbbrowser 
Sql :: SQL Multiplication Operator 
Sql :: dynamic where clause in sql server stored procedure 
Sql :: how to delete a database record after a certain time 
Sql :: composit key in sql 
Sql :: how to combine rows in sql server procedure 
Sql :: get rows from 1 table with other table empty mysql 
Sql :: sql server agent not running 
Sql :: oracle select tree structure 
Sql :: insert into one table from another table in oracle 
Sql :: groupby sort sql hive 
Sql :: suse status MySQL 
Sql :: connect google bigquery connect using sqirrel 
Sql :: sql date time query find 
Sql :: replace sqlalchemy 
Sql :: Failed to initialize, mariadb service is unhealthy. 
Sql :: sqlite headers 
Sql :: oracle synonym procedure dblink 
Sql :: mysql max number not returning correct value 
Sql :: Use Join On DataTables | Join Two Tables With ssp.class.php (Select & Search) 
Sql :: SQL: find gap in sequence 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =