Click to See Complete Forum and Search --> : How do you perform a SQL query or queries?


Robert_R
05-13-2009, 12:41 PM
The only thing I know is that I would have to get into my Control Panel. Can someone give me a hand. And, please be as specific as possible.

Thank you very much!! :)

ryanbutler
05-13-2009, 01:05 PM
Kind of a broad, all inclusive statement. You should check out W3 Schools and at least get a broad idea of SQL, then come back w/ specific questions.

Robert_R
05-13-2009, 09:18 PM
I did that already and they showed things like this which I already knew:

SELECT * FROM customers

SELECT CompanyName, ContactName FROM customers

SELECT * FROM customers WHERE companyname LIKE 'a%'

SELECT CompanyName, ContactName
FROM customers
WHERE CompanyName > 'a'

Found nothing regarding "where" you type these commands. That's about as specific as it gets. What does one do?

A) Go to your Cpanel

then..........................