Q&A

  • 파라독스에 LPAD()함수같은 기능이 있을까요??
어제에 이어 또 질문을 올리게 되었습니다.
부족한게 많네요..
파라독스를 사용하다보니.. 어려운게 한두가지가 아니네요..
근데.. 이것을 사용하니 어쩔 수가 없습니다..

오라클에서 lpad함수처럼.. 파라독스에서도 같은 기능이 있을까요??
1  COMMENTS
  • Profile
    최석기 2002.04.09 20:03
    Local SQL에서 사용할 수 있는 함수 리스트입니다.

    참고하세요.. 자세한 도움말은 Local SQL 도움말에 있어요..

    Local SQL supports the following data manipulation language functions:

    String functions        Description

    Concatenation        Concatenates two string values.
    LOWER                        Forces a string to lowercase.
    UPPER                        Forces a string to uppercase.
    SUBSTRING        Extracts a portion of a string value.
    TRIM                        Removes repetitions of a specified character from the left, right, or both sides of a string.

    Aggregate functions        Description

    AVG        Averages all non-NULL numeric values in a column.
    COUNT        Counts the number of rows in a result set.
    MAX        Determines the maximum value in a column.
    MIN        Determines the minimum value in a column.
    SUM        Totals all numeric values in a column.

    Data functions        Description

    CAST        Converts values from one data type to another.
    EXTRACT        Extracts the year, month, or day field of a date.