SELECT DISTINCT CONCAT('P',wbpt_property_id) FROM wbt_property_terms
|
1 year ago |
SELECT CONCAT('P',wbpt_property_id) FROM wbt_property_terms
|
1 year ago |
SELECT * FROM wbt_property_terms
WHERE 1=0 |
1 year ago |
SELECT * FROM wb_property_info
WHERE 1=0 |
1 year ago |
SHOW TABLES
|
1 year ago |
SELECT *
from all_tables
|
1 year ago |
SELECT *
from dba_tables
|
1 year ago |
SELECT DISTINCT CONCAT('P',wbpt_property_id)
from wbt_property_terms
WHERE... |
1 year ago |
--SELECT DISTINCT *
SELECT DISTINCT CONCAT('P',wbpt_property_id)
from... |
1 year ago |
SELECT DISTINCT *
from wbt_property_terms
WHERE 1=0
|
1 year ago |
SELECT DISTINCT *
from wbt_property_terms
WHERE ROW_NUM = 1
|
1 year ago |
SELECT DISTINCT *
from wbt_property_terms
WHERE ROWNUM = 1
|
1 year ago |
SELECT DISTINCT *
from wbt_property_terms
|
1 year ago |
SELECT DISTINCT CONCAT('P',wbpt_property_id)
from wbt_property_terms... |
1 year ago |