fix in where clause

This commit is contained in:
Dany De Bontridder 2010-07-20 20:25:57 +00:00
parent 167ef6d9f4
commit 4c252a2753
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ SELECT
FROM
information_schema.columns
WHERE
columns.table_name='section';
columns.table_name='member_record';