Viewing 15 posts - 1 through 15 (of 21 total)
My Excel spreadsheet was local and wasn't using the networked version i had changed.
July 8, 2022 at 6:40 am
I have altered the application to now record the correct date function.
But i am still struggling to get it to show todays data only
September 7, 2021 at 10:04 am
Ok i see what you are saying so how do i change the format so my SQL date is 2021-09-06 instead of 2021-06-09 as my language is UK?
September 6, 2021 at 2:20 pm
Hi Ant,
You are incorrect the date data in the image is:
3rd of September 2021 & 6th of the September 2021
I agree this will no doubt have to changed to be...
September 6, 2021 at 1:47 pm
Hi DesNorton,
I have edited the query to as you advise but it returns no results.
My data is generated from a VB.net Windows application, i would like to get this resolved...
September 6, 2021 at 10:40 am
Hi Ant,
With your code you advised and I have altered it this seems to working as i require:
;WITH CardSwipeCTE AS (
SELECT ROW_NUMBER() OVER (PARTITION BY RFID ORDER...
September 3, 2021 at 2:50 pm
Thanks Michael,
I will test your SQL Query and let you know if any problems.
Cheers James
August 6, 2021 at 7:40 am
I am really CONFUSSED why do i have to create a table i already have a table called [job Info$] with a column called [Time Reported] all i want to...
April 18, 2019 at 3:43 pm
Hi Cath Trimble,
SELECT FORMAT(DateTimeCol, N’HH\:mm’)
FROM #TimeReported;
Errors on DateTimeCol & N' "Invalid coloum changed DateTimeCol to ['Job info$'].[Time Reported] error could not be bound.
Also changed #TimeReported to ['Job info$'].[Time Reported]
Cheers James
April 18, 2019 at 2:08 pm
I have had a go at righting my own query but having a few issues. As per the norm thanks for everyones assistance so far.
/*Create new colunm...
April 18, 2019 at 11:51 am
Hi morenoj5958 81627
That worked to a point :0) but i would like to change the values in time reported to those generated and i would like also to remove the...
April 18, 2019 at 8:19 am
Hi Grasshopper,
I already have a table called job info$ and in column Time Reported i have 29602 rows i need to change all of them.
Are you suggesting creating a new...
April 17, 2019 at 3:50 pm
To hopefully assist further the table is called Job info$ the column is called Time Reported
April 17, 2019 at 3:06 pm
Viewing 15 posts - 1 through 15 (of 21 total)