G
Guest
Is it possible to use SQL Statements in your code, for example...
SELECT *
FROM table
Where criteria;
And if so how do i go about this?
SELECT *
FROM table
Where criteria;
And if so how do i go about this?