SQL – Solopsist Query Language

SELECT myName
    FROM myTable
	FETCH first 100 rose only;
Explore posts in the same categories: sql

Comment: