0
查詢:是否可以使用CodeIgniter的查詢生成器進行此查詢?
select (exists (select 1 from table1 where url = 'fajne-to-jest')) as in_table1,
(exists (select 1 from table2 where url = 'fajne-to-jest')) as in_table2;
我不喜歡看到存在的功能。
我不認爲這是可能的,但也許我錯了。
所以問題是,是否有可能創建這個複雜的查詢只有CodeIgniter的查詢生成器?
同意,任何複雜的查詢和連接都使用直接查詢方法。 – timothymarois