Open kakalos12 opened 8 years ago
related to #7992
@kakalos12 I've removed your PhpMyAdmin screenshot because of emails disclosure. Please, re-upload it without email
column. Thank you.
@SilverFire I have re-uploaded it. Any quick solution for this ?
Thank you. Unfortunately, no
I'm thinking about another solution for my project. Maybe I'll use ActiveRecord's findBySql to get the list, But Will it be able to use with "each()" ? I don't know how to test this.
findBySql() creates a query object just like find() so there should be nothing stopping you from using each(). If you find any issues, please report them.
@cebe Thanks so much. I'll try
Hi there, I'm facing a problem with union. Here is my code.
It generates something like this :
Which is invalid. I don't know why it is invalid but if I remove the parenthesis of the 2 select clause of the union clause, it works. Working sql (tested with phpmyadmin):
Error in the file attachment
Working sql
Any suggestion ?