Guys - I've deployed a test project onto one of our web servers, and it doesn't appear that the CSS file is taking correctly. The page loads fine, but the styles aren't there. It looked fine in debug. Any thoughts on what's going on? I'm sure there is an easy solution, but I'm very new to the...
Need some assistance with this. The expresion below runs fine as is, but I'm getting the above listed error whenever I change line 5 from:
and e.timestampnbr >= a.timestampnbr),
TO
and e.timestampnbr >= a.timestampnbr + 2 and e.timestampnbr < a.timestampnbr + 5),
Trying to mimic line 3...
I want to update a record within a table, but want to take the current value of the record and add it to the amount the user puts in. See below:
y = number of parts used
<code>
UPDATE partstable
SET partx= (current value of partx) + y
</code>
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.