Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
select only one row
Name: eye-designs Date: May 8, 2007 at 04:44:59 Pacific OS: Win Vista Biz CPU/Ram: Pentium M
Comment:
hello, i've got a select query which returns a couple of rows. now i would like for the query to return only one row (the first match it can find). how do i do that? thank you!
Summary: Hi all, I am using a sql compact database to update my records. I know the syntax to update one row and colums but is there a way/syntax to use the update keyword to update multiple rows and colums us...
Summary: Hi This is my script. SELECT T$ITEM, SUM(CASE WHEN T$YEAR=2005 THEN T$AUPP$1 ELSE 0 END) AS "2005 JAN", SUM(CASE WHEN T$YEAR=2005 THEN T$AUPP$2 ELSE 0 END) AS "2005 FEB", SUM(CASE WHEN T$YEAR=2005 THE...
Summary: The code that populates the ticket information into the next available row is Private Sub CommandButton1_Click() ActiveWorkbook.Sheets("Sheet1").Activate Range("A2").Select Do If ...