index
:
MyGrate
main
MySQL/MariaDB real-time replication exportor (to PostgreSQL)
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
output
/
pq
/
sql
/
selectTables.sql
blob: ac372b60880db88e787e2ebd82480bba4551cf6b (
plain
)
1
2
3
SELECT
t
.
table_name
FROM
mygrate
.
tables
t
WHERE
t
.
source_id
=
$
1