Navigation: SQL:
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