SQL - Test funkcí

Comments (...)

FAQ - SQL pro test funkcí

 

pro NexusDB 3.02:

 

CREATE TABLE #test (nic integer);

INSERT INTO #test VALUES (0);

 

SELECT 1/3.0 FROM #test

 

Comments (...)

Created with Help & Manual 6 and styled with Premium Pack 2.0