You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I test your project but with queries returning a boolean example:
SELECT IF( validation = 1 AND aat.id_type_account = 3 , 1,0)
FROM spc_da sd
LEFT JOIN account aa ON aa.ct_num = fournisseur
LEFT JOIN acc_type aat ON aat.id_account = aa.id_account
WHERE
Service={testservice} AND
sd.id_spc = ?
It's possible with your project?
The text was updated successfully, but these errors were encountered:
Hi, I'm really sorry but I think this project is dead. There is a clone (well I think so) that seems to be much more popular, sorry I can't remember the name just now. If you find it please add to this page and I'll link from the front page.
Hello,
I test your project but with queries returning a boolean example:
SELECT IF( validation = 1 AND aat.id_type_account = 3 , 1,0)
FROM spc_da sd
LEFT JOIN account aa ON aa.ct_num = fournisseur
LEFT JOIN acc_type aat ON aat.id_account = aa.id_account
WHERE
Service={testservice} AND
sd.id_spc = ?
It's possible with your project?
The text was updated successfully, but these errors were encountered: