User contributions
From John Freier
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:44, 21 June 2013 (diff | hist) . . (+98) . . N Plsql date (Created page with ' to_date('2003/07/09', 'yyyy/mm/dd') to_date('070903', 'MMDDYY') to_date('20020315', 'yyyymmdd')')
- 11:43, 21 June 2013 (diff | hist) . . (+31) . . Plsql
- 22:38, 7 May 2013 (diff | hist) . . (+1) . . Unity3d (→Quality Settings) (current)
- 22:38, 7 May 2013 (diff | hist) . . (+329) . . Unity3d
- 12:28, 19 April 2013 (diff | hist) . . (-1) . . Plsql variables (→Collections)
- 12:09, 19 April 2013 (diff | hist) . . (+30) . . Plsql variables (→Collections)
- 12:08, 19 April 2013 (diff | hist) . . (+299) . . Plsql variables (→Collections)
- 12:06, 19 April 2013 (diff | hist) . . (+1) . . Plsql variables (→Collections)
- 12:06, 19 April 2013 (diff | hist) . . (+280) . . Plsql variables
- 14:39, 21 March 2013 (diff | hist) . . (+38) . . Unity3d
- 14:38, 21 March 2013 (diff | hist) . . (+133) . . Unity3d (→Transform)
- 14:36, 21 March 2013 (diff | hist) . . (+196) . . Unity3d
- 11:21, 21 March 2013 (diff | hist) . . (+17) . . m Unity3d (→Camera)
- 11:18, 21 March 2013 (diff | hist) . . (+115) . . Unity3d (→2D Information)
- 11:18, 21 March 2013 (diff | hist) . . (-1) . . Unity3d (→2D Information)
- 11:17, 21 March 2013 (diff | hist) . . (+15) . . Unity3d (→2D Information)
- 11:17, 21 March 2013 (diff | hist) . . (+210) . . Unity3d (→2D Information)
- 11:12, 21 March 2013 (diff | hist) . . (+31) . . N Unity3d (Created page with 'Unity 3D == 2D Information ==')
- 11:11, 21 March 2013 (diff | hist) . . (+19) . . MediaWiki:Sidebar
- 14:25, 11 January 2013 (diff | hist) . . (+42) . . Plsql current schema (current)
- 14:24, 11 January 2013 (diff | hist) . . (+43) . . N Plsql current schema (Created page with ' alter session set current_schema={schema};')
- 14:22, 11 January 2013 (diff | hist) . . (+53) . . Plsql
- 16:48, 27 December 2012 (diff | hist) . . (+150) . . N Plsql search columns (Created page with 'Search for a column. select * from all_tab_columns where 1=1 and owner = 'OWNER' --and table_name = 'TABLE' --and column_name LIKE '%COLUMN%';') (current)
- 16:47, 27 December 2012 (diff | hist) . . (+41) . . Plsql
- 12:12, 27 December 2012 (diff | hist) . . (+106) . . N Plsql search tables (Created page with 'Search all tables. select * from all_tables where 1=1 and owner = 'OWNER' and table_name LIKE '%%';') (current)
- 12:12, 27 December 2012 (diff | hist) . . (+39) . . Plsql
- 14:03, 17 December 2012 (diff | hist) . . (+240) . . N Plsql dbms output (Created page with 'This will display the output to the dbms_output window. '''dbms_output''' this window must be opened and connected to. in Oracle Developer to open View->Dbms Output Connect to…') (current)
- 14:01, 17 December 2012 (diff | hist) . . (+41) . . Plsql
- 13:59, 17 December 2012 (diff | hist) . . (+164) . . Plsql variables
- 13:58, 17 December 2012 (diff | hist) . . (+108) . . N Plsql variables (Created page with ' DECLARE attrId number; BEGIN attId:= seq_attr.nextval; dbms_output.put_line (attId); END;')
- 13:56, 17 December 2012 (diff | hist) . . (+31) . . Plsql
- 13:56, 17 December 2012 (diff | hist) . . (+47) . . Plsql search constraints
- 13:54, 17 December 2012 (diff | hist) . . (+167) . . N Plsql search constraints (Created page with 'Run the query below to search for information on constraints. select * from all_constraints where 1=1 --and owner = 'OWNER' and constraint_name LIKE '%FK_NAME%';')
- 13:53, 17 December 2012 (diff | hist) . . (+47) . . N Plsql (Created page with 'Search Constraints')
- 13:37, 17 December 2012 (diff | hist) . . (+15) . . MediaWiki:Sidebar
- 21:17, 3 November 2012 (diff | hist) . . (+226) . . N Linux grub (Created page with 'After updating partitions, make sure to update grub > su > update-grub == Problem == If dual booting and you install windows after linux you may lose your grub booter. you …') (current)
- 21:10, 3 November 2012 (diff | hist) . . (-1) . . Linux
- 21:09, 3 November 2012 (diff | hist) . . (+22) . . Linux
- 14:31, 24 September 2012 (diff | hist) . . (+93) . . Linux ps (current)
- 14:31, 24 September 2012 (diff | hist) . . (-1) . . Linux ps
- 14:30, 24 September 2012 (diff | hist) . . (0) . . Linux ps
- 14:30, 24 September 2012 (diff | hist) . . (+48) . . Linux ps
- 14:29, 24 September 2012 (diff | hist) . . (+8) . . Linux ps
- 14:29, 24 September 2012 (diff | hist) . . (+2) . . Linux ps
- 14:29, 24 September 2012 (diff | hist) . . (+1,045) . . N Linux ps (Created page with '-a List information about all processes most frequently requested: all those except process group leaders and processes not associated with a terminal. -A List information for al…')
- 14:29, 24 September 2012 (diff | hist) . . (+17) . . Linux
- 12:40, 31 August 2012 (diff | hist) . . (+209) . . Linux mail forward
- 11:53, 31 August 2012 (diff | hist) . . (+556) . . Linux mail forward (→Set up the domain)
- 11:50, 31 August 2012 (diff | hist) . . (+68) . . Linux mail forward (→Set up the domain)
- 11:50, 31 August 2012 (diff | hist) . . (-1) . . Linux mail forward
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)