I have an application that tracks a weekly SLA for something, and resets at the end of the week.
the table used is ONLY used for that, and so, we need to essentially empty the table at the end of the week. (Sunday midnight)
Question - which is better (for size and performance)
a) - just...
I'm wondering if this is set up in the best way. Basically I need contact_email, contact_name, contact_id, but no duplicates for contact_email ONLY. IE - I WANT the record if it has the same NAME as another, but has a different email...and so on...
msql = "SELECT distinct contact_email...
I have an input box where the user enters a sku. When this has been entered, and the cursor leaves the input box, I need to pop up a window with a new url that includes the sku
Any ideas?
Hello Everyone,
I need to build a query and I'm having a terrible time getting my head around it. Here are the details of the tables:
Table1: MESSAGES
Table2: FOLDERS
Each message, in the messages table is assigned a folder by FOLDER_ID.
I want to count messages in the MESSAGES table that...
Hello Everyone,
I need to build a query and I'm having a terrible time getting my head around it. Here are the details of the tables:
Table1: MESSAGES
Table2: FOLDERS
Each message, in the messages table is assigned a folder by FOLDER_ID.
I want to count messages in the MESSAGES table that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.