Thanks for the help....but I just don't understand the above.

I'm a mysql (myphpadmin) n00b.
Do I copy/paste that into my query box? like so:
Code:
select settinggroupid, title from setting where settinggroupid > 219 and settinggroupid < 338
select settinggroupid, title from settinggroup where title like 'viPortfolio%'
When I do that, I get the following:
Quote:
Error
SQL-query:
select settinggroupid, title from setting where settinggroupid > 219 and settinggroupid < 338
select settinggroupid, title from settinggroup where title like 'viPortfolio%'
MySQL said: You have an error in your SQL syntax near 'select settinggroupid, title from settinggroup where title like 'viPortfolio%'' at line 2
|
If I input one line at a time, nothing seems to happen. It just goes back to the main page.