8 years ago by Fischer

Whats the meaning of SELECT 1 SQL statement? I have come across this sql select * from category where exists ( select (1) from products where category.id = products.id ) . . .

sql
  • 4
  • 0
  • 1449
8 years ago by Fischer

How do i list all the foreign keys in a MySQL table?   . . .

mysqlforeign-key
  • 3
  • 1
  • 1444
7 years ago by Fischer

I'm trying to edit the file /etc/samba/smb.conf in my Raspberry Pi using vi editor. When i try to save the file i get  this error "/etc/samba/smb.conf" E212: Can't open file for writing I am l . . .

raspberry-pivisambasmbconf
  • 1
  • 0
  • 1409
7 years ago by gareth

I want to write a powershell script that gives the actual size on disk of a list of files. i know (Get-Item filename).length will give you the size. But this is the size of the file and not the actual . . .

powershellsize-on-disk
  • 0
  • 0
  • 1395
8 years ago by mamdouh

I am using Laravel 5.3 with jenssegers mongodb package. I am getting this error when running php artisan migrate     [ErrorException]   Declaration of Jenssegers\Mongodb\Schema\Blue . . .

laravelmongodbmigrationsblueprint
  • 0
  • 0
  • 1369
8 years ago by noddy

What are the arguments to tar command for extracting from tar.xz? . . .

linuxtarxzuncompress
  • 1
  • 0
  • 1365
8 years ago by jsRant

Some of the javascript codebase that I am working on has  "use strict"; What is the use of this? . . .

javascriptuse-strict
  • 2
  • 0
  • 1334
7 years ago by pseudoFish

In Oracle SQL developer where can i see the output that is printed by the dbms_out.put_line statement of a trigger? . . .

sql-developeroraclestored-proceduredebuggingtrigger
  • 2
  • 0
  • 1317
8 years ago by josh

Hi, I have multiple tinyMCE instances like  <script src="//cdn.tinymce.com/4/tinymce.min.js"></script> <script type="text/javascript"> tinymce.init({ selector: '#my . . .

tinymcejavascriptmultiple-instancesplugins
  • 1
  • 0
  • 1301
4 years ago by Julia

My .Net application raises below error message when trying to insert data into an Oracle table : ORA-22062: invalid input string [40,7] at Oracle.DataAccess.Types.OracleDecimal..ctor(String numStr, S . . .

ora-22062oracleinvalid-inputprebinddecimal
  • 0
  • 0
  • 1285
4 years ago by LinuxGuru

When running apt-get update I get the below error: $ sudo apt-get update Ign:1 http://europe-west1.gce.archive.ubuntu.com/ubuntu artful InRelease Ign:2 http://europe-west1.gce.archive.ubuntu.com/ub . . .

ubuntuupdate171
  • 0
  • 0
  • 1250
8 years ago by Mark

Is it possible to find the number of lines of code in a Visual Basic.NET Project? I want to count the lines (excluding comments and line breaks) in all the source files of a visual basic solutio . . .

visual-basicvbnetvisual-studio-2010
  • 1
  • 0
  • 1231
8 years ago by gareth

I am trying to mount Windows share files(password protected) on Pi I am using sudo mount -t cifs -o username=yourusername,password=yourpassword //MyPC/share1 /mnt/myfolder This is not working. . . .

raspberry-piwindowssharemount
  • 2
  • 1
  • 1191
7 years ago by gareth

I have a table with 3 columns - seq, field and data like below Seq Field Data 1 Continent Asia 1 Country India 1 Capital Delhi 1 Language  Hindi 2 Co . . .

sqldata-combinationselect-in
  • 1
  • 0
  • 1163
4 years ago by Laura

I can't delete files that has filenames ending with a dot(.) character in Windows 10. I simply press the delete key and also right click delete. Both gives me the error message file doesn't exist. I . . .

windows-10ftpfile-delete
  • 0
  • 0
  • 1161