Just recently I have signed up for notion and today found Trello. Trying to found a good method on taking notes along with using good ol fashion paper and pen.
How do you guys take notes?
Just recently I have signed up for notion and today found Trello. Trying to found a good method on taking notes along with using good ol fashion paper and pen.
How do you guys take notes?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
CASE
WHEN LENGTH(T2.X_DESC_TEXT, CODEUNITS32) > 3500
THEN CAST(SUBSTR(T2.X_DESC_TEXT, 1, 3500 CODEUNITS32) AS VARGRAPHIC(3500))
ELSE CAST(TRIM(T2.X_DESC_TEXT) AS VARGRAPHIC(3500))
END AS INFO
LOAD FROM ABC OF CURSOR
SAVECOUNT 10000
WARNINGCOUNT 100000
REPLACE INTO WORK_RPT_SBL.RPTG_IMMI_SERVICE_HEADER_APPLET
NONRECOVERABLE;