About 5,590,000 results
Open links in new tab
  1. c++ - Generic "sqr" function - Stack Overflow

    Nov 15, 2020 · I'm trying to figure out how to write "fully generic function" for sqr operation (it's actually can be multiply, division, add, does not really matter). Consider the following code #inclu...

  2. Write an SQR condition statement - Stack Overflow

    Mar 9, 2014 · SQR is quite a nice finite language to learn - syntax somewhat strict, but simple as Basic with SQL. I do recommend reading the reference manual - it's downloadable from Oracle.

  3. sql - Converting date formats in SQR - Stack Overflow

    Is there another SQR function which I can use to convert the formats? The only other approach I can think of is splitting the string into sub-strings and re-create the string, but I don't want it to become …

  4. sqr - Addressing both commas and double quotes in a CSV - Stack …

    Aug 14, 2013 · I am writing a report in SQR which produces a CSV output file. While testing, I ran into an instance where the following string is used in one of my fields: TABLE - 210" X 60" X …

  5. 'sqr' tag wiki - Stack Overflow

    SQR is a high level language like Basic but with built in SQL capabilities - it became very popular with PeopleSoft in the early 90's and is still a mainstay of that product. It can run on many platforms and …

  6. SQR While not #end-file read... not working properly

    Feb 7, 2024 · SQR While not #end-file read... not working properly Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 290 times

  7. report - remove carriage return in sqr - Stack Overflow

    Jun 11, 2012 · In the SQR script just modify the initial select from the database. I used the str_replace () function to remove any carriage returns and line feeds from that text field. eg. SELECT str_replace …

  8. SQR - how to use FROM [dynamic table name} within BEGIN-SELECT?

    Apr 28, 2022 · I have to create an SQR that generates a list of EEIDs, if there were any changes to the Pension data in the past day. The SQR compiles and works perfectly when I hardcode in the table …

  9. How do I calculate square root in Python? - Stack Overflow

    Jan 20, 2022 · Note: This is an attempt at a canonical question after a discussion on Meta about an existing question with the same title. Related Integer square root in python How to find integer nth …

  10. SQR procedure with run-time error on BEGIN-SELECT statement

    You say this is pseudo code - if it were real code, SQR would have a problem with the do Insert-TableA-Record and do Insert-TableB-Record being in column 1. Is this close to real code? A.EMPLID in the …