mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
module.exports = `
|
|
select * from sqlite_master where (type='table' or type='view') and name =OBJECT_ID_CONDITION
|
|
`;
|