www.webdeveloper.com
+ Post New Thread
Threads 1 to 10 of 10

Forum: SQL

For all Structured Query Language, and general database questions.

  1. Sticky Thread Sticky: SQL Forum FAQ - Read before Posting

    Warmest welcome to the SQL forum! By no mean is this a MySQL forum only, so feel free to ask any questions about any flavour of databases! Also, don't post questions where databases are only slightly involved and the actual problem is about the server-side language that interacts with the dB....

    Started by LiLcRaZyFuZzY‎, 01-09-2006 10:01 AM
    • Replies: 5
    • Views: 42,075
    02-24-2008, 04:42 PM Go to last post
  2. Exclamation Sticky Thread Sticky: Not getting an answer? Try DatabaseJournal Forums

    Given that this forum is for general SQL discussion, there may be questions asked here that are too specific to be answered by someone here (or not--hopefully we have some SQL gurus hanging out as well). If that's the case, try our DatabaseJournal Forums at...

    Started by sclark‎, 01-11-2006 01:31 PM
    • Replies: 0
    • Views: 27,084
    01-11-2006, 01:31 PM Go to last post
  1. Select Employee with no attendance

    Hi Good day! I have 2 tables for my dtr database. first the employees where all the data of employee was save. employees fields: EmployeeID Lastname

    Started by newphpcoder‎, 05-14-2013 07:49 PM
    • Replies: 0
    • Views: 187
    05-14-2013, 07:49 PM Go to last post
  2. HELP Need to know how to structure MYSQL databases for CONTACT SIGNUP LOGIN HELP

    Don't know too much about MySQL but I have managed to create a SIGN UP form and was able to save the input to a database. NOW, I need to know how I should add the databases for the CONTACT FORM and LOGIN FORM. Should I use the same database for all the forms and just add tables? Should...

    Started by johnny916‎, 05-07-2013 01:34 AM
    • Replies: 10
    • Views: 723
    05-13-2013, 01:18 AM Go to last post
  3. if statement on sql query

    I was recomended to use the code as bellow to check if one of the condition not selected for example what if somebody will select just Mark=toyota and will leave empty Model and Year. $where = array(); $whereclause = ''; if (!empty($mark)) { $where = "a.mark = '$mark'"; } if...

    Started by streamland‎, 05-07-2013 04:01 PM
    • Replies: 1
    • Views: 338
    05-08-2013, 10:34 AM Go to last post
  4. Question Will the myslqi extension become the new standard?

    According to what i had read, mysqli is an alternative to the standard mysql but it is an optional choice.. however i noted that some methods are deprecated in normal mysql, such this:http://php.net/manual/en/function.mysql-fetch-array.php... So, this means that mysqli will totally replace...

    Started by American horizo‎, 05-07-2013 06:50 AM
    • Replies: 1
    • Views: 305
    05-07-2013, 09:24 AM Go to last post
  5. mssql not loaded

    Good day! I try a lot of configuration to work my connection from php to mssql but still I cannot connect. And I got a code to check if the mssql was loaded. Here is the code: <?php if (function_exists('mssql_connect')){ echo "Okay, fn is there<br>------------------<br>"; } else {

    Started by rhodarose‎, 10-11-2010 03:12 AM
    • Replies: 7
    • Views: 3,042
    05-04-2013, 03:56 AM Go to last post
  6. resolved [RESOLVED] Get a specific list of postcodes with MySQL Like Operator

    Hi everyone. I have list of postcodes. And what i'm trying to do is get a listing of similar poscodes only. My Code: $postcode1 = ereg_replace('', '', $postcode); SELECT * FROM coverparked WHERE postcode LIKE '$postcode1%' ORDER BY postcode

    Started by nitapita‎, 05-03-2013 07:07 AM
    • Replies: 2
    • Views: 748
    05-03-2013, 09:01 AM Go to last post
  7. how to create a trigger?

    Hello, I want to create a trigger for the following table : This is my code : CREATE TABLE INVOICE ( Invoice_id number CONSTRAINT Invoice_id_pk PRIMARY KEY,

    Started by john6672‎, 04-28-2013 03:53 PM
    • Replies: 2
    • Views: 555
    04-30-2013, 07:17 AM Go to last post
  8. efficient count > 30

    Hi All What's the most efficient way to see if a table contains more than 30 rows? Obviously "select count(*) > 30" will work but will this count every row before doing the comparison? I suspect it does and was wondering if there was a better way. I'm using SQL Server 2008. Thanks ...

    Started by russell_g_1‎, 04-29-2013 04:50 AM
    • Replies: 2
    • Views: 570
    04-30-2013, 07:12 AM Go to last post
  9. resolved [RESOLVED] Cant figure out why this isnt working.

    So, im new around here and not quite sure if this should go in the php or the sql seeing is how its a bit of both, but my questions pertains to why my perpare statment doesnt work. Onto the question. My first prepare statments for the select works as should. The result is returned properly. So if...

    Started by dantaya‎, 04-25-2013 09:36 AM
    mysqli, not working, php
    • Replies: 1
    • Views: 849
    04-25-2013, 10:56 AM Go to last post
  10. resolved [RESOLVED] Prefill column with date value

    Hello, Need some help because i haven't done any programing in years and need to solve some small problem i've fixed before but i have no idea how i did it back then. In mysql, i have a table where one column (set as date, also primary key) is prefilled with all dates of the year (standard...

    Started by Dali_‎, 04-23-2013 11:44 AM
    • Replies: 2
    • Views: 1,143
    04-24-2013, 04:22 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 10 users browsing this forum. (0 members & 10 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles