Skip to content
Advertisement

SQL If else statement dealing with current time

I have this SQL that pulls exactly what I want, but I am missing the last piece. I need the SQL only to display information when the HRS is greater than 48hrs. I tried doing an if else statement but I am coming up with problems. I listed my original work that displays everything I need just missing the part where it will only display if the HRS > 48HRS. Can someone please help me with this issue? Thank you in advance!

Advertisement

Answer

You should add filter:

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement