lundi 10 août 2015

Sqlite: Convert MYSQL to SQLITE (Select query)

At first sorry for my English.

SELECT 
        (select    B.element_page_number 
           from        form_elements B 
              where      form_id=A.form_id ) condition_element_page_number, 

        (select    C.element_type 
           from        form_elements C 
             where       form_id=A.form_id ) condition_element_type     

                FROM 
                    field_logic_conditions A 

How should I do to convert MYSQL to SQLTIE ?

Aucun commentaire:

Enregistrer un commentaire