I have 3 tables tableA, tableB and tableC and the fields tableA.id,
tableB.idA and tableC.idA.
I'm using this query (bellow) to call information from the database that has
in tableA but tableA.id is not found on tableB.idA and tableC.idA.
SELECT tableA.*
FROM tableA
LEFT JOIN tableB ON (tab
Is there any option to substitute Triggers or Stored Procedures on MySQL?
sql, query
Thanx
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive
Guilherme Bistolfi
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe,
Guilherme Bistolfi
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe,
Which one would be the best with MySQL thinking in reliability and
performance?
Thanks a lot for your thoughts!
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/
I have done some small tests here and indeed InnoDB seems to be faster than
BerkeleyDB.
Thanks guys for your help!
;)
==>MySQL List
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://
on about MyODBC, checked the database
configurations and the OBBC NDS is configured.
If someone have some information about it, please mail me.
Guilherme M M
-
Before posting, please check:
http://www.mysql.com/manual.ph