EXHIBITORS
Please click below to view the PULSE Miami 2008 Floor Plan.
select e.*, a.*
from exhibit e, account a
where e.fair =
and a.account = e.account
and e.active = 1
and e.impulse = 0
and e.partner = 0
order by a.sort, a.nameMysql Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and a.account = e.account and e.active = 1 ' at line 4 |
select e.*, a.*
from exhibit e, account a
where e.fair =
and a.account = e.account
and e.active = 1
and e.impulse = 1
and e.partner = 0
order by a.sort, a.nameMysql Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and a.account = e.account and e.active = 1 ' at line 4 |
IMPULSE
select e.*, a.*
from exhibit e, account a
where e.fair =
and a.account = e.account
and e.active = 1
and e.impulse = 0
and e.partner = 1
order by a.sort, a.nameMysql Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and a.account = e.account and e.active = 1 ' at line 4 |
















