| |
![]() |
SELECT bn.subject, bb.title
FROM structure_boards bn
INNER JOIN structure bb ON bn.pageid=bb.id
WHERE bn.id = 2346
1146: Table 'testing.structure_boards' doesn't exist
SELECT id, subject, nick, DATE_FORMAT(submittime,'%Y.%m.%d %H:%i'), note
FROM structure_boards
WHERE pageid=1454 AND threadid=2346 AND status=1
ORDER BY submittime DESC
LIMIT 20
1146: Table 'testing.structure_boards' doesn't exist
SELECT COUNT(id) FROM structure_boards WHERE pageid=1454 AND threadid=2346 AND status=1 ORDER BY submittime DESC
1146: Table 'testing.structure_boards' doesn't exist
|
![]() |
|
|