RBF_STOCKSYM_VW(SQL View) |
Index Back |
---|---|
Stock Symbol ViewThis view selects the distinct stock symbols from the stock table where symbols not equal blank |
SELECT DISTINCT(STOCK_SYMBOL) FROM PS_RBF_STOCK_TBL WHERE STOCK_SYMBOL <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | STOCK_SYMBOL | Character(10) | VARCHAR2(10) NOT NULL | This field is used to store the Stock Symbol |