Recent questions tagged sql

Description : What is the best text editor for HTML/XHTML/CSS/PHP/SQL on Ubuntu?

Last Answer : Take a look at Geany

Description : What is the right access 2007 sql syntax for adding the last record of another table?

Last Answer : INSERT INTO samples (id_sample) SELECT Last(project.Id) AS LastOfId FROM project I tested this and it works. One nice thing about Access is you can use the graphical query designer to test your syntax. The ... View if you prefer text over the GUI. It will not run or save your query if errors exist

Description : Can you help with a website development problem? (php, sql)

Last Answer : You could do it either way, whichever is more comfortable for you. I would go the MySQL route because for me it helps keep the code cleaner, and doesn't require lots of filesystem access by the php ... bet would probably to read up on PHP's filesystem functions: http://us3.php.net/function.file hth

Description : How can I search for a specific column name in MySQL?

Last Answer : SELECT table_name, column_name from information_schema.columns WHERE column_name LIKE 'Name';

Description : What's the simplest way to create a web form that will populate a SQL database?

Last Answer : Give Forms To Go a try.

To see more, click for the full list of questions or popular tags.