Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Code flow not going to while loop

by dipit (Sexton)
on Aug 02, 2017 at 20:31 UTC ( [id://1196589]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Code flow not going to while loop
in thread Code flow not going to while loop

These are the same strings used in database. I cannot change them. You can see the code and i have run my test server also.
db2 "select distinct fid_cust from session where DAT_END between TIMES +TAMP('2017-01-01 00:00:00') and TIMESTAMP('2017-01-31 00:00:00')" FID_CUST -------------------------------------------------- Lena2 TEST

Replies are listed 'Best First'.
Re^5: Code flow not going to while loop
by chacham (Prior) on Aug 02, 2017 at 21:09 UTC

    Hmm... Maybe the client on your test server is supplying a default that the code is not. Let's take a look at TIMESTAMP.

    A string of length 14 that is a string of digits that represents a valid date and time in the form yyyyxxddhhmmss, where yyyy is the year, xx is the month, dd is the day, hh is the hour, mm is the minute, and ss is the seconds.

    You could provide that if you remove the spaces and colons.

    If the arguments include only date information, the time information in the result value is all zeros.

    I do not know if your code demands it, but all your times are zeroes. Meaning, you could just as well remove the time part and TIMESTAMP() will return the same result.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1196589]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-23 20:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found