PostgreSQL ARRAY_LOWER() function
ARRAY_LOWER() function
This function is used to return lower bound of the requested array dimension.
Syntax:
array_lower(anyarray, int)
Return Type
int
PostgreSQL Version: 9.3
Example: PostgreSQL ARRAY_LOWER() function
Code:
SELECT array_lower('[0:2]={1,2,3}'::int[], 1);
Sample Output:
array_lower ------------- 0 (1 row)
Previous: ARRAY_LENGTH function
Next: ARRAY_PREPEND function
- New Content published on w3resource:
- HTML-CSS Practical: Exercises, Practice, Solution
- Java Regular Expression: Exercises, Practice, Solution
- Scala Programming Exercises, Practice, Solution
- Python Itertools exercises
- Python Numpy exercises
- Python GeoPy Package exercises
- Python Pandas exercises
- Python nltk exercises
- Python BeautifulSoup exercises
- Form Template
- Composer - PHP Package Manager
- PHPUnit - PHP Testing
- Laravel - PHP Framework
- Angular - JavaScript Framework
- Vue - JavaScript Framework
- Jest - JavaScript Testing Framework