Обсуждение: question about getTables

Поиск
Список
Период
Сортировка

question about getTables

От
"Henry Chang"
Дата:

Hi,

I usually used

result = meta.getTables(db.getLabel(), "%", "%", types);

to retrieve all User table names.

But, when the table name have a space it doesnt work.

Could you tell me what is the proper way to retrieve the table names with space?

Thanks.

Regards,

Henry