MySQL Forums
Forum List  »  Newbie

SQL statement directly in tables
Posted by: Erik H
Date: August 16, 2005 02:45AM

Hi!

I am fairly new to SQL. I have been trying to find out if it is possible to have statements executed directly in the SQL tables.

I want to have something like this in a table

--------
COLUMN

SELECT SUM(...) FROM ...;
--------

Does anyone know if this is at all possible?

At the moment i am querying the SQL database from the PHP code to do the SQL statements which gets the job done, but this would be much nicer.

Tnx

EH

Options: ReplyQuote


Subject
Written By
Posted
SQL statement directly in tables
August 16, 2005 02:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.